Versions:

  • 0.25.1
  • 0.25.0
  • 0.24.4
  • 0.24.3
  • 0.24.1
  • 0.24.0
  • 0.23.0
  • 0.22.5
  • 0.22.4
  • 0.22.3
  • 0.22.2
  • 0.22.1
  • 0.22.0
  • 0.21.1
  • 0.8.8
  • 0.8.7
  • 0.8.6
  • 0.8.5
  • 0.8.4
  • 0.8.3
  • 0.8.2
  • 0.8.1
  • 0.8.0

Spice is a statically-typed, compiled programming language developed by ChilliBits that emphasizes execution speed and system-level accessibility; currently offered as version 0.25.1 within a lineage that spans twenty-three public releases, the toolchain is positioned in the Compiler category and is expressly designed for developers who need C-like control without the attendant complexity. By borrowing core ergonomics from Golang and C while layering in modern abstractions, Spice enables cross-compilation to multiple targets from a single codebase, making it practical for firmware, CLI utilities, embedded controllers, and performance-critical libraries where predictable, near-metal behavior is mandatory. The compiler produces native binaries whose blazing-fast runtime owes to aggressive optimization and a lightweight runtime, yet the language surface remains concise enough to support rapid iteration in large codebases. Typical use cases span from writing bootloaders and device drivers to crafting high-throughput data processors and containerized micro-services that must start instantly and consume minimal memory; the consistent type system and module layout also make Spice suitable for teaching systems programming concepts without exposing beginners to undefined behavior pitfalls common in traditional C. Because every release is bootstrapped and regression-tested across Windows, Linux, and macOS hosts, teams can integrate the compiler into CI pipelines and trust that artifacts built on one platform will execute identically on others. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: